FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package ca.infoway.io.erec#1.0.0-dft-ballot (78 ms)

Package ca.infoway.io.erec
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ca.infoway.io.erec@1.0.0-dft-ballot&canonical=https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Communication
Url https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Communication
Version 0.1.0
Status draft
Name Communication
Title Communication
Experimental False
Description Communication resource is used to achieve the bi-directional communication between two systems. The Communication resource can be used to ask questions regarding a referral, request a referral be updated with missing information, or request additional information not covered by the specific referral dataset.
Type Communication
Kind resource

Resources that use this resource

StructureDefinition
https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-MessageHeader MessageHeader
https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-ServiceRequest ServiceRequest

Resources that this resource uses

StructureDefinition
https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Patient Patient
https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-PractitionerRole PractitionerRole
https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-ServiceRequest ServiceRequest
https://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/communication-category Communication Category


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "CA-eReC-Communication",
  "url" : "https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Communication",
  "version" : "0.1.0",
  "name" : "Communication",
  "title" : "Communication",
  "status" : "draft",
  "description" : "Communication resource is used to achieve the bi-directional communication between two systems. The Communication resource can be used to ask questions regarding a referral, request a referral be updated with missing information, or request additional information not covered by the specific referral dataset.",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Communication",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Communication",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Communication.meta",
        "path" : "Communication.meta",
        "comment" : "The MustSupport flag on this element has been relaxed in this version until further confirmation of the use of meta.profile (outside of use for certain validation suites) and impact can be assessed by the working group."
      },
      {
        "id" : "Communication.instantiatesCanonical",
        "path" : "Communication.instantiatesCanonical"
      },
      {
        "id" : "Communication.instantiatesUri",
        "path" : "Communication.instantiatesUri"
      },
      {
        "id" : "Communication.basedOn",
        "path" : "Communication.basedOn",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-ServiceRequest"
            ],
            "aggregation" : [
              "referenced"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Communication.basedOn.reference",
        "path" : "Communication.basedOn.reference",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Communication.partOf",
        "path" : "Communication.partOf"
      },
      {
        "id" : "Communication.status",
        "path" : "Communication.status",
        "fixedCode" : "completed",
        "mustSupport" : true,
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://hl7.org/fhir/ValueSet/event-status"
        }
      },
      {
        "id" : "Communication.category",
        "path" : "Communication.category",
        "mustSupport" : true,
        "binding" : {
          "strength" : "example",
          "valueSet" : "https://fhir.infoway-inforoute.ca/io/CA-eReC/ValueSet/communication-category"
        }
      },
      {
        "id" : "Communication.category.coding",
        "path" : "Communication.category.coding",
        "mustSupport" : true
      },
      {
        "id" : "Communication.category.coding.code",
        "path" : "Communication.category.coding.code",
        "mustSupport" : true
      },
      {
        "id" : "Communication.priority",
        "path" : "Communication.priority",
        "binding" : {
          "strength" : "required",
          "valueSet" : "http://hl7.org/fhir/ValueSet/request-priority"
        }
      },
      {
        "id" : "Communication.medium",
        "path" : "Communication.medium"
      },
      {
        "id" : "Communication.subject",
        "path" : "Communication.subject",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Patient"
            ],
            "aggregation" : [
              "referenced"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Communication.subject.reference",
        "path" : "Communication.subject.reference",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Communication.about",
        "path" : "Communication.about"
      },
      {
        "id" : "Communication.sender",
        "path" : "Communication.sender",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-PractitionerRole"
            ],
            "aggregation" : [
              "referenced"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Communication.sender.reference",
        "path" : "Communication.sender.reference",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Communication.reasonCode",
        "path" : "Communication.reasonCode"
      },
      {
        "id" : "Communication.reasonReference",
        "path" : "Communication.reasonReference"
      },
      {
        "id" : "Communication.payload",
        "path" : "Communication.payload",
        "mustSupport" : true
      },
      {
        "id" : "Communication.note.author[x]",
        "path" : "Communication.note.author[x]",
        "type" : [
          {
            "code" : "string"
          }
        ]
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.